BasicLogonXfer.WAS
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
BasicLogonXfer.WAS will dial a number and connect to another
machine running the Procomm Plus Host script, and then
automatically upload two files predefined in the script using
ZMODEM file transfer protocol. The script can be edited to
perform a download from the Host instead.


Customization
----------------------------
NOTE:  Depending on the editor used, the line numbers may change

*To set the phone number to dial edit the MACRO definition
(PhoneNum) on line 31.
*To set the Host logon name edit the MACRO definition (LoginID)
on line 32.
*To set the Host password edit the MACRO definition (Password)
on line 33.
*To set the path for the files to be uploaded edit the MACRO
definitions (FirstFile and SecondFile) on lines 35 and 36.
*To set the path for downloaded files edit the MACRO definition
(DownloadDir) line 38.*

*Note that for the script to be able to download files, certain
lines must be un-remarked.  Lines 38 and 46 must have the
semi-colons (;) removed for the automated downloads to work. 


How do I install BasicLogonXfer.WAX?
------------------------------------
Copy BasicLogonXfer.WAS to your ASPECT directory and compile it by
selecting Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.


How do I run BasicLogonXfer.WAX?
--------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select BasicLogonXfer.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select BasicLogonXfer.WAX.
4)  Click on Open.

NOTE:  If BasicLogonXfer.WAX does not appear in the Script File
       drop down list, you might have a different default ASPECT
       path.  To change the path, go to Options | Data Options |
       Paths and change the path to
       PROGRAM FILES\PROCOMM PLUS\ASPECT directory.


